From 32d63841619d0823ef96b149a0f538f291a22e66 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 9 Apr 2018 23:26:40 +0200 Subject: [PATCH] Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler) Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch --- daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5d1c222d..b755d3cc 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -236,7 +236,8 @@ guestfsd_LDADD = \ $(TSK_LIBS) \ $(RPC_LIBS) \ $(YARA_LIBS) \ - $(OCAML_LIBS) + $(OCAML_LIBS) \ + $(LIBTINFO_LIBS) guestfsd_CPPFLAGS = \ -I$(shell $(OCAMLC) -where) \ -- 2.30.2